home *** CD-ROM | disk | FTP | other *** search
/ Mac Easy 2010 May / Mac Life Ubuntu.iso / casper / filesystem.squashfs / usr / share / doc / libc6 / copyright < prev    next >
Encoding:
Text File  |  2009-08-31  |  13.3 KB  |  267 lines

  1. This is the Debian prepackaged version of the GNU C Library version 2.9.
  2.  
  3. It was put together by the GNU Libc Maintainers <debian-glibc@lists.debian.org>
  4. from the following sources:
  5.  
  6.   <pserver:anoncvs@sources.redhat.com:/cvs/glibc/libc>
  7.   <pserver:anoncvs@sources.redhat.com:/cvs/glibc/linuxthreads>
  8.   <pserver:anoncvs@sources.redhat.com:/cvs/glibc/ports>
  9.  
  10. * Most of the GNU C library is under the following copyright:
  11.  
  12.     Copyright (C) 1991,92,93,94,95,96,97,98,99,2000,2001,2002,2003,2004,2005,
  13.     2006,2007,2008 Free Software Foundation, Inc.
  14.  
  15.     The GNU C Library is free software; you can redistribute it and/or
  16.     modify it under the terms of the GNU Lesser General Public
  17.     License as published by the Free Software Foundation; either
  18.     version 2.1 of the License, or (at your option) any later version.
  19.  
  20.     The GNU C Library is distributed in the hope that it will be useful,
  21.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  22.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  23.     Lesser General Public License for more details.
  24.  
  25.     You should have received a copy of the GNU Lesser General Public
  26.     License along with the GNU C Library; if not, write to the Free
  27.     Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
  28.     02110-1301 USA
  29.  
  30.   On Debian systems, the complete text of the GNU Library
  31.   General Public License can be found in `/usr/share/common-licenses/LGPL-2.1'.
  32.  
  33. * The utilities associated with GNU C library is under the following
  34.   copyright:
  35.  
  36.     Copyright (C) 1991,92,93,94,95,96,97,98,99,2000,2001,2002,2003,2004,2005,
  37.     2006,2007,2008 Free Software Foundation, Inc.
  38.  
  39.     This program is free software; you can redistribute it and/or modify
  40.     it under the terms of the GNU General Public License as published
  41.     by the Free Software Foundation; version 2 of the License, or
  42.     (at your option) any later version.
  43.  
  44.     This program is distributed in the hope that it will be useful,
  45.     but WITHOUT ANY WARRANTY; without even the implied warranty of
  46.     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  47.     GNU General Public License for more details.
  48.  
  49.     You should have received a copy of the GNU General Public License
  50.     along with this program; if not, write to the Free Software Foundation,
  51.     Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  52.  
  53.   On Debian systems, the complete text of the GNU Library
  54.   General Public License can be found in `/usr/share/common-licenses/GPL-2'.
  55.  
  56. * All code incorporated from 4.4 BSD is distributed under the following
  57.   license:
  58.    
  59.    Copyright (C) 1991 Regents of the University of California.
  60.    All rights reserved.
  61.    
  62.    Redistribution and use in source and binary forms, with or without
  63.    modification, are permitted provided that the following conditions
  64.    are met:
  65.    
  66.    1. Redistributions of source code must retain the above copyright
  67.       notice, this list of conditions and the following disclaimer.
  68.    2. Redistributions in binary form must reproduce the above copyright
  69.       notice, this list of conditions and the following disclaimer in the
  70.       documentation and/or other materials provided with the distribution.
  71.    3. [This condition was removed.]
  72.    4. Neither the name of the University nor the names of its contributors
  73.       may be used to endorse or promote products derived from this software
  74.       without specific prior written permission.
  75.    
  76.    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  77.    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  78.    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  79.    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  80.    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  81.    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  82.    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  83.    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  84.    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  85.    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  86.    SUCH DAMAGE.
  87.  
  88. * The DNS resolver code, taken from BIND 4.9.5, is copyrighted both by
  89.   UC Berkeley and by Digital Equipment Corporation.  The DEC portions
  90.   are under the following license:
  91.     
  92.     Portions Copyright (C) 1993 by Digital Equipment Corporation.
  93.     
  94.     Permission to use, copy, modify, and distribute this software for any
  95.     purpose with or without fee is hereby granted, provided that the above
  96.     copyright notice and this permission notice appear in all copies, and
  97.     that the name of Digital Equipment Corporation not be used in
  98.     advertising or publicity pertaining to distribution of the document or
  99.     software without specific, written prior permission.
  100.     
  101.     THE SOFTWARE IS PROVIDED ``AS IS'' AND DIGITAL EQUIPMENT CORP.
  102.     DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL
  103.     IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN NO EVENT SHALL
  104.     DIGITAL EQUIPMENT CORPORATION BE LIABLE FOR ANY SPECIAL, DIRECT,
  105.     INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
  106.     FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
  107.     NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
  108.     WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  109.     
  110. * The Sun RPC support (from rpcsrc-4.0) is covered by the following
  111.   license:
  112.     
  113.     Copyright (C) 1984, Sun Microsystems, Inc.
  114.     
  115.     Sun RPC is a product of Sun Microsystems, Inc. and is provided for
  116.     unrestricted use provided that this legend is included on all tape media
  117.     and as a part of the software program in whole or part.  Users may copy
  118.     or modify Sun RPC without charge, but are not authorized to license or
  119.     distribute it to anyone else except as part of a product or program
  120.     developed by the user.
  121.     
  122.     SUN RPC IS PROVIDED AS IS WITH NO WARRANTIES OF ANY KIND INCLUDING THE
  123.     WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR A PARTICULAR
  124.     PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR TRADE PRACTICE.
  125.     
  126.     Sun RPC is provided with no support and without any obligation on the
  127.     part of Sun Microsystems, Inc. to assist in its use, correction,
  128.     modification or enhancement.
  129.     
  130.     SUN MICROSYSTEMS, INC. SHALL HAVE NO LIABILITY WITH RESPECT TO THE
  131.     INFRINGEMENT OF COPYRIGHTS, TRADE SECRETS OR ANY PATENTS BY SUN RPC
  132.     OR ANY PART THEREOF.
  133.     
  134.     In no event will Sun Microsystems, Inc. be liable for any lost revenue
  135.     or profits or other special, indirect and consequential damages, even if
  136.     Sun has been advised of the possibility of such damages.
  137.     
  138.  * The following CMU license covers some of the support code for Mach,
  139.    derived from Mach 3.0:
  140.     
  141.     Mach Operating System
  142.     Copyright (C) 1991,1990,1989 Carnegie Mellon University
  143.     All Rights Reserved.
  144.     
  145.     Permission to use, copy, modify and distribute this software and its
  146.     documentation is hereby granted, provided that both the copyright
  147.     notice and this permission notice appear in all copies of the
  148.     software, derivative works or modified versions, and any portions
  149.     thereof, and that both notices appear in supporting documentation.
  150.     
  151.     CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS ``AS IS''
  152.     CONDITION.  CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
  153.     ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
  154.     
  155.     Carnegie Mellon requests users of this software to return to
  156.     
  157.      Software Distribution Coordinator
  158.      School of Computer Science
  159.      Carnegie Mellon University
  160.      Pittsburgh PA 15213-3890
  161.     
  162.     or Software.Distribution@CS.CMU.EDU any improvements or
  163.     extensions that they make and grant Carnegie Mellon the rights to
  164.     redistribute these changes.
  165.  
  166. * The file if_ppp.h is under the following CMU license:
  167.     
  168.      Redistribution and use in source and binary forms, with or without
  169.      modification, are permitted provided that the following conditions
  170.      are met:
  171.      1. Redistributions of source code must retain the above copyright
  172.         notice, this list of conditions and the following disclaimer.
  173.      2. Redistributions in binary form must reproduce the above copyright
  174.         notice, this list of conditions and the following disclaimer in the
  175.         documentation and/or other materials provided with the distribution.
  176.      3. Neither the name of the University nor the names of its contributors
  177.         may be used to endorse or promote products derived from this software
  178.         without specific prior written permission.
  179.     
  180.      THIS SOFTWARE IS PROVIDED BY CARNEGIE MELLON UNIVERSITY AND
  181.      CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
  182.      INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  183.      MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
  184.      IN NO EVENT SHALL THE UNIVERSITY OR CONTRIBUTORS BE LIABLE FOR ANY
  185.      DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  186.      DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
  187.      GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  188.      INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
  189.      IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
  190.      OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
  191.      IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  192.  
  193.  * The following license covers the files from Intel's "Highly Optimized
  194.    Mathematical Functions for Itanium" collection:
  195.     
  196.     Intel License Agreement
  197.     
  198.     Copyright (c) 2000, Intel Corporation
  199.     
  200.     All rights reserved.
  201.     
  202.     Redistribution and use in source and binary forms, with or without
  203.     modification, are permitted provided that the following conditions are
  204.     met:
  205.     
  206.     * Redistributions of source code must retain the above copyright
  207.     notice, this list of conditions and the following disclaimer.
  208.     
  209.     * Redistributions in binary form must reproduce the above copyright
  210.     notice, this list of conditions and the following disclaimer in the
  211.     documentation and/or other materials provided with the distribution.
  212.     
  213.     * The name of Intel Corporation may not be used to endorse or promote
  214.     products derived from this software without specific prior written
  215.     permission.
  216.     
  217.     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  218.     "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  219.     LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  220.     A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL INTEL OR
  221.     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  222.     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  223.     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  224.     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  225.     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  226.     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  227.     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  228.  
  229.  * The files inet/getnameinfo.c and sysdeps/posix/getaddrinfo.c are copyright
  230.    (C) by Craig Metz and are distributed under the following license:
  231.     
  232.     /* The Inner Net License, Version 2.00
  233.     
  234.       The author(s) grant permission for redistribution and use in source and
  235.     binary forms, with or without modification, of the software and documentation
  236.     provided that the following conditions are met:
  237.     
  238.     0. If you receive a version of the software that is specifically labelled
  239.        as not being for redistribution (check the version message and/or README),
  240.        you are not permitted to redistribute that version of the software in any
  241.        way or form.
  242.     1. All terms of the all other applicable copyrights and licenses must be
  243.        followed.
  244.     2. Redistributions of source code must retain the authors' copyright
  245.        notice(s), this list of conditions, and the following disclaimer.
  246.     3. Redistributions in binary form must reproduce the authors' copyright
  247.        notice(s), this list of conditions, and the following disclaimer in the
  248.        documentation and/or other materials provided with the distribution.
  249.     4. [The copyright holder has authorized the removal of this clause.]
  250.     5. Neither the name(s) of the author(s) nor the names of its contributors
  251.        may be used to endorse or promote products derived from this software
  252.        without specific prior written permission.
  253.     
  254.     THIS SOFTWARE IS PROVIDED BY ITS AUTHORS AND CONTRIBUTORS ``AS IS'' AND ANY
  255.     EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  256.     WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  257.     DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY
  258.     DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
  259.     (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
  260.     LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
  261.     ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  262.     (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  263.     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  264.     
  265.       If these license terms cause you a real problem, contact the author.  */
  266.  
  267.